home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / syscall / sun3.md / RCS / testStubs.s,v < prev    next >
Encoding:
Text File  |  1988-07-15  |  1.8 KB  |  81 lines

  1. head     1.2;
  2. access   ;
  3. symbols  ;
  4. locks    ; strict;
  5. comment  @# @;
  6.  
  7.  
  8. 1.2
  9. date     88.07.14.17.38.33;  author mendel;  state Exp;
  10. branches ;
  11. next     1.1;
  12.  
  13. 1.1
  14. date     88.06.19.14.30.08;  author ouster;  state Exp;
  15. branches ;
  16. next     ;
  17.  
  18.  
  19. desc
  20. @@
  21.  
  22.  
  23. 1.2
  24. log
  25. @Changed comment characters from |* to /* */.
  26. @
  27. text
  28. @/*
  29.  *
  30.  * testStubs.s --
  31.  *
  32.  *     Stubs for the Test_ system calls.
  33.  *
  34.  * Copyright 1986, 1988 Regents of the University of California
  35.  * Permission to use, copy, modify, and distribute this
  36.  * software and its documentation for any purpose and without
  37.  * fee is hereby granted, provided that the above copyright
  38.  * notice appear in all copies.  The University of California
  39.  * makes no representations about the suitability of this
  40.  * software for any purpose.  It is provided "as is" without
  41.  * express or implied warranty.
  42.  *
  43.  * rcs = $Header: testStubs.s,v 1.1 88/06/19 14:30:08 ouster Exp $ SPRITE (Berkeley)
  44.  *
  45.  */
  46. #include "userSysCallInt.h"
  47.  
  48. /*SYS_CALL(Test_GetChar,     SYS_TEST_GETCHAR)*/
  49. /*SYS_CALL(Test_GetLine,     SYS_TEST_GETLINE)*/
  50. SYS_CALL(Test_PrintOut, SYS_TEST_PRINTOUT)
  51. SYS_CALL(Test_Rpc,     SYS_TEST_RPC)
  52. /*SYS_CALL(Test_Stats,     SYS_TEST_STATS)*/
  53. @
  54.  
  55.  
  56. 1.1
  57. log
  58. @Initial revision
  59. @
  60. text
  61. @d1 18
  62. a18 17
  63. |*
  64. |* testStubs.s --
  65. |*
  66. |*     Stubs for the Test_ system calls.
  67. |*
  68. |* Copyright 1986, 1988 Regents of the University of California
  69. |* Permission to use, copy, modify, and distribute this
  70. |* software and its documentation for any purpose and without
  71. |* fee is hereby granted, provided that the above copyright
  72. |* notice appear in all copies.  The University of California
  73. |* makes no representations about the suitability of this
  74. |* software for any purpose.  It is provided "as is" without
  75. |* express or implied warranty.
  76. |*
  77. |* rcs = $Header: testStubs.s,v 2.0 87/08/11 09:31:21 brent Exp $ SPRITE (Berkeley)
  78. |*
  79.  
  80. @
  81.